Auto merge of #3013 - matklad:rootless-resolve, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Aug 2016 19:54:46 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 19:54:46 +0000 (12:54 -0700)
commit9f8c4691e4a2bf7f7d13cf229bc59fa3a5e260f3
tree2c4c8d6e8e5ea8b87c973bfd0c3aebccfb1c488a
parent40b44c57c919d92e61313c5046c4f9bf35d8299e
parenta8a446c409aa9e18b929d4664c37369ca05a52d2
Auto merge of #3013 - matklad:rootless-resolve, r=alexcrichton

Rootless resolve

This should help to make more commands applicable to the whole workspace. Though there is apparently a ton of work to make `cargo metadata` work with workspaces.

This does not support rootless lockfiles. Will do this in a separate PR.